Crate stepflow_action[][src]

Actions for StepFlow

Provides the Action which fulfill the outputs of a Step.

Pre-built Actions include

Structs

ActionId
CallbackAction

Action that wraps a closure.

HtmlFormAction

Action to generate an HTML form for a Step

HtmlFormConfig

Configuration for HtmlFormAction

SetDataAction

Action that sets output data after a set number of attempts

Uri

The URI component of a request.

UriAction

Action that returns a URI with either the name of the Step or StepId if the name is not set.

Enums

ActionError
ActionResult

The result of Action::start()

Traits

Action

Actions fulfill the outputs of a Step